SET WINDOW TITLE
This command will change the title of the window.
SET WINDOW TITLE Caption String
Caption String
String
What the window title text will be
This command does not return a value.
cls
set display mode 800,600,32
set window on
set window title "MY OLD WINDOW TEXT"
wait 1000*8
set window title "MY NEW WINDOW TEXT"
do
loop
end
DISPLAY Commands Menu
Index